home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 131 / XENIATGM131.iso / Goodies / I-WAR 2 Egde of Chaos - New SDK / IW2-EOC_Pog_Scripting_SDK.exe / include / iRangeCheck.h < prev    next >
Text File  |  2002-01-14  |  1KB  |  39 lines

  1. //
  2. // (c) 1998-9 Particle Systems Ltd. All Rights Reserved
  3. //
  4. // iRangeCheck.h
  5. //
  6. // Compiler-generated export header for package "iRangeCheck"
  7. //
  8. // Revision control information:
  9. //
  10. // $Header: /iwar2/resource/scripts/include/iRangeCheck.h 10    3/05/01 9:49a Martyn $
  11. //
  12.  
  13. // Dependencies ////////////////////////////////////////////////////////////////
  14.  
  15. // Enumerated types ////////////////////////////////////////////////////////////
  16.  
  17. // Functions ///////////////////////////////////////////////////////////////////
  18.  
  19. prototype task iRangeCheck.MonitorRange();
  20.  
  21. prototype iRangeCheck.AddTrafficException( hmapentity location );
  22.  
  23. prototype iRangeCheck.AddTrafficExceptionsInArea( hmapentity location, float radius );
  24.  
  25. prototype iRangeCheck.RemoveTrafficException( hmapentity location );
  26.  
  27. prototype iRangeCheck.RemoveTrafficExceptionsInArea( hmapentity location, float radius );
  28.  
  29. prototype iRangeCheck.PurgeTrafficException();
  30.  
  31. prototype iRangeCheck.AddOutOfSystemTrafficException ( hmapentity location );
  32.  
  33. prototype iRangeCheck.RemoveOutOfSystemTrafficException ( hmapentity location );
  34.  
  35. prototype iRangeCheck.PurgeOutOfSystemTrafficExceptions ();
  36.  
  37. // EOF /////////////////////////////////////////////////////////////////////////
  38.  
  39.